You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.ArMCovariance Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.ArMCovariance Method

Modified covariance method for autoregressive parameter estimation.

Syntax
C#
Visual Basic
public static void ArMCovariance([In] TVec Src, int Order, [In] TVec A, out double E);

The AR parameters are estimated by minimizing the average of the estimated forward and backward prediction error powers. Src contains the data on which the autoregressive parameter estimation (placed in A) should be based. Order defines the Order of the autoregressive process. E is the prediction error. 

References:  

[1] Modern spectral estimation, Steven M. Kay, Prentice-Hall, Page 225

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!